home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / DIS.dxr / 00469_enterAllCatsDone.ls < prev    next >
Encoding:
Text File  |  2001-01-11  |  212 b   |  11 lines

  1. global currentCursor
  2.  
  3. on exitFrame me
  4.   sound(1).volume = 125
  5.   repeat with i = 123 to 134
  6.     sprite(i).visible = 0
  7.   end repeat
  8.   cursor([member("AlienHand"), member("AlienHand Mask")])
  9.   currentCursor = 1
  10. end
  11.